ArcPad Preferences File Schema
DAGE Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > GPS Element > QUALITYCONTROL Element : DAGE Element

Glossary Item Box

Description

Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.

Diagram

DAGE Element

Overview

DAGE
Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.
active optional Restriction of xs:string
maximum optional Restriction of xs:int

Attributes

NameTypeUseDefaultFixedDescription
activeRestriction of xs:stringoptionalfalse  
maximumRestriction of xs:intoptional   

Source

<xs:element name="DAGE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define the maximum DAGE for the GPS quality control settings in ArcPadPrefs.apx.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="false" ref="active">
      <xs:annotation>
        <xs:documentation>Flag to determine if the maximum DAGE setting is applied.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="maximum">
      <xs:annotation>
        <xs:documentation>The maximum DAGE allowed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.